StreamServer

StreamServer peripheral interface.

This peripheral allows streaming of live camera video and replay of video files stored in drone memory.

This peripheral can be obtained from a drone using:

drone.getPeripheral(StreamServer.class)

See also

com.parrot.drone.groundsdk.device.Drone

Functions

Link copied to clipboard
abstract fun enableStreaming(enable: Boolean)
Drone streaming control.
Link copied to clipboard
Provides access to the drone active camera default live stream.
Provides access to a drone video live stream.
Link copied to clipboard
Creates a new replay stream for some remote media.
Link copied to clipboard
abstract fun streamingEnabled(): Boolean
Tells whether streaming is currently enabled.